projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e29e569
)
Adwaita: error labels and entries
author
Jakub Steiner
<jimmac@gmail.com>
Thu, 13 Aug 2020 08:33:06 +0000
(10:33 +0200)
committer
Jakub Steiner
<jimmac@gmail.com>
Fri, 14 Aug 2020 12:13:37 +0000
(14:13 +0200)
See https://gitlab.gnome.org/GNOME/gtk/-/issues/3063
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 2e3e94b421ce62184d294a53b17079db2d39accb..429bd371f03cb1962c2802d9f5aee779c95e53b0 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-178,6
+178,7
@@
label {
> selection { @extend %selected_items_disabled; }
}
+ &.error { color: $error_color; }
}
.dim-label {
@@
-428,6
+429,8
@@
entry {
+ combobox > box > button.combo { border-top-color: $drop_target_color; }
}
}
+
+ &.error { color: $error_color; }
}
treeview entry {